/*大于等于*/
@media screen and (min-width: 1199px) {
	
}

/*小于等于*/
@media screen and (max-width: 1199px)  {
	
	
}

/*小于等于*/
@media screen and (max-width: 750px) {
	
	.omo_bk ul li {
	    width: 30%;
	}
	.parallelogram {
	    width: 49%;
	    margin: 10px 0;
	}
	.content_Txt, .content_Txt p, .normalTxt, .page-item-box {
	    
	}
	.omo_div_l {
	    width: 100%;
	    float: right;
	    margin-right: 0;
	}
	.omo_div_r {
	    width: 100%;
	    float: left;
	    margin-left: 0;
	}
	.s_top {
	    height: auto;
	    padding-bottom: 50px;
	}
	.omo_div_l_btn {
	    position: absolute;
	    bottom: -50px;
	    right: 0;
	}
	.bk_thumb_img {
	    height: 50px;
	}
	.s_thumb .swiper-slide .bk_thumb_text {
	    background: #fff;
	    color: #a40033;
	    border-radius: 0 0 8px 8px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    height: 2.5em;
	    overflow: hidden;
	    padding: 0;
	    line-height: 1.3em;
	    font-size: 0.8em;
	}
	.omo_page .swiper1 {
	    height: 310px;
	}
	.group-img-list .swiper-container {
	    padding: 0 0px;
	}
	.footer_pf {
	    display: none!important;
	}
	.footer_pf_text {
	    position: absolute;
	    bottom: 8%;
	    left: 50%;
	    font-size: 0.6em;
	}
	.omo-top-img {
	    height: 100%;
	}
	.omo_div_tit {
	    margin: 20px 0 10px 0;
	}
	
	.ptr-pimg_maxw {
	    max-width: 100%;
	    overflow: hidden;
	}
	.o-products-detail_contact_box {
	    width: 100%;
	}
	.omo_div_r .bk_img{height: 170px;
	    overflow: hidden;
	    position: relative;}
	.a-icon-button-question-complex{display: inline-block;}
	.s_top_cur{ display: none;}
	.a-icon-button-question-complex{    padding: 12px 10px;}  
	.a-icon-button-question-complex_txt {
	      width: 100%;
	      margin-left: 10px;
	}
}

/*@media only screen and (max-width: 500px){
    .swiper1 img{width:250%; margin-left:-75%;}
    .page1_list .text h3{font-size:18px;}
    .page_about .list{white-space:nowrap}
    .det_list .img{width:100%; margin:0;margin-bottom:20px;}
    .det_list .img img{width:100%;}
    .det_list3 h3{ font-size:20px;}
    .det_list3 .lt li{ padding:0 20px;}
    .det_list3 h2{ font-size:24px;}
    .det_list4 .img{ float:none; margin:0; margin-bottom:10px;width:100%;}
    .det_list4 .box .text{ margin-right:0}
    .team_list li{width:100%;}
    .team_list li img{width:100%;}
    .main_box .list li{ max-width:100%; min-width:100%;}
    .add_box ul{ flex-direction:column;}
    .add_box li{justify-content:flex-start;border-left:0; margin-bottom:20px;}
    .add_box li:last-child{ margin-bottom:0}
    .inputs li{width:100%;}
    .inputs .div_input{ margin:10px;}
    .inputs ul{ margin:0}
    .round .btn{ line-height:35px; font-size:16px;}
    .main_box .tit h3{ font-size:50px;top:30px;}
}
*/





